home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TCODEPAGEDLG / TCODEPAGEDLG.txt
Text File  |  2005-06-02  |  1KB  |  68 lines

  1. object CodePageDlg: TCodePageDlg
  2.   Left = 225
  3.   Top = 332
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'S'#233'lectionner le code page'
  7.   ClientHeight = 119
  8.   ClientWidth = 257
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 16
  23.     Width = 105
  24.     Height = 13
  25.     Caption = 'S'#233'lectionner le code page pour :'
  26.   end
  27.   object FNLabel: TLabel
  28.     Left = 16
  29.     Top = 32
  30.     Width = 233
  31.     Height = 13
  32.     AutoSize = False
  33.     Caption = '%'
  34.     ShowAccelChar = False
  35.   end
  36.   object CodePageEdit: TComboBox
  37.     Left = 16
  38.     Top = 56
  39.     Width = 225
  40.     Height = 19
  41.     Style = csOwnerDrawFixed
  42.     ItemHeight = 13
  43.     TabOrder = 0
  44.     OnDrawItem = CodePageEditDrawItem
  45.   end
  46.   object OKBtn: TButton
  47.     Left = 56
  48.     Top = 88
  49.     Width = 73
  50.     Height = 23
  51.     Caption = 'OK'
  52.     Default = True
  53.     ModalResult = 1
  54.     TabOrder = 1
  55.     OnClick = OKBtnClick
  56.   end
  57.   object CancelBtn: TButton
  58.     Left = 136
  59.     Top = 88
  60.     Width = 73
  61.     Height = 23
  62.     Cancel = True
  63.     Caption = 'Annuler'
  64.     ModalResult = 2
  65.     TabOrder = 2
  66.   end
  67. end
  68.